home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni & Inventori
/
Invenzioni and Inventori (Eclectica Publishing) (1996).ISO
/
invenzio
/
extraurb
/
mi022.dir
/
00027_Script_27
< prev
next >
Wrap
Text File
|
1983-01-30
|
2KB
|
79 lines
--hilite script----
--on mouseUp
-- global rsc, a_blocca, a_scrolla
-- if a_blocca = false then
-- set rsc to 1
-- set a_blocca = 1
-- set a_scrolla = 0
--
-- duplicate cast 120 , 499
-- vap "su", 27, "nobeep"
--
--
-- set the visible of sprite 15 to true
-- set the visible of sprite 26 to true
-- set the visible of sprite 33 to true
--
-- set the visible of sprite 28 to true
-- set the visible of sprite 30 to true
--
-- set the visible of sprite 32 to true
-- set the text of cast 78 to "Disattiva"
--
-- set the visible of sprite 29 to false
--
-- set the text of field 52 to "Interno"
-- set the castnum of sprite 16 to 74
-- dontpassevent
-- else
-- pass
-- end if
--end
--
-------------------
--script 3╛ frame
--on exitFrame
-- global a_blocca
-- if a_blocca = 0 then
-- att_hilite
-- end if
-- accendimenu
-- Menu 11, 2
-- go to the frame
--end
--
--on mouseup
--
-- if the mouseH > 53 and the mouseH <562 and the mouseV >0 and the mouseV < 374 then
-- global a_blocca, a_scrolla, rsc
-- set rsc = 1
-- set a_blocca = false
-- set a_scrolla = false
--
-- ---------------------------------------------------------testo introduttivo se c'Φ
-- duplicate cast 121, 499
-- vap "su", 27, "nobeep"
--
-- ---------------------------------------------------------posizione
-- set the text of cast 52 to " "
-- ---------------------------------------------------------pianetino
-- set the castnum of sprite 16 to 73
-- ---------------------------------------------------------elem. dida
-- set the visible of sprite 15 to true
-- set the visible of sprite 30 to true
-- set the visible of sprite 26 to true
-- set the visible of sprite 27 to false
-- set the visible of sprite 28 to true
-- set the visible of sprite 29 to false
-- set the visible of sprite 31 to false
-- set the visible of sprite 34 to true
-- set the visible of sprite 32 to true
--
-- ---------------------------------------------------------Attiva/Disattiva
-- set the text of cast 78 to "Disattiva"
-- set the visible of sprite 32 to false
-- end if
--end
--
------------